home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / CDK / NetObjectsFusionCDK5_97.exe / _SETUP.1 / DSize.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-08  |  390 b   |  16 lines

  1. class DSize {
  2.    public int getHeight() {
  3.       return 0;
  4.    }
  5.  
  6.    public void setHeight(int var1) {
  7.    }
  8.  
  9.    public int getWidth() {
  10.       return 0;
  11.    }
  12.  
  13.    public void setWidth(int var1) {
  14.    }
  15. }
  16.